| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRPtToAngles function to get the pan and tilt angles of a point.
OSErr QTVRPtToAngles (
QTVRInstance qtvr,
Pointpt,
float*panAngle,
float*tiltAngle);
The QTVRPtToAngles function returns, in the floating-point values pointed to by the panAngle and tiltAngle parameters, the pan and tilt angles of the point specified by the pt parameter.
| Previous | Chapter contents | Chapter top | Section top | Next |